home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / text / edit / envcpp11.lha / envCPP11 / Install.bat < prev    next >
DOS Batch File  |  1996-11-01  |  499b  |  17 lines

  1. ; install new presets
  2.  
  3. INSTALL PRESET="presets/c.api"
  4. INSTALL PRESET="presets/c.syntax"
  5. INSTALL PRESET="presets/c.indent"
  6. INSTALL PRESET="presets/c.dictionary"
  7.  
  8. ; create new toolbar (based on the toolbar currently used for editing text)
  9.  
  10. INSTALL PRESET="presets/c.gadgets" MERGEGADGETS "anytext"
  11.  
  12. ; install new filetype
  13.  
  14. FILETYPE ADD="(#?.c|#?.cc|#?.h)" PRI=127 DUP="anytext" PRESETS "c.api" "c.syntax" "c.indent" "c.gadgets" "c.dictionary"
  15.  
  16. INFO MSG="Installation complete, please RESTART GoldED."
  17.